object SetTheTimer: TSetTheTimer Left = 294 Top = 114 BorderStyle = bsDialog Caption = 'Timer' ClientHeight = 248 ClientWidth = 297 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object Bevel1: TBevel Left = 16 Top = 4 Width = 269 Height = 65 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 20 Top = 8 Width = 261 Height = 21 Alignment = taCenter AutoSize = False Caption = 'Time Allowed To Find Words' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 24 Top = 40 Width = 65 Height = 21 AutoSize = False Caption = 'Minutes' end object Label3: TLabel Left = 164 Top = 40 Width = 69 Height = 21 AutoSize = False Caption = 'Seconds' end object Bevel2: TBevel Left = 16 Top = 80 Width = 269 Height = 121 Shape = bsFrame Style = bsRaised end object Label4: TLabel Left = 20 Top = 84 Width = 261 Height = 21 Alignment = taCenter AutoSize = False Caption = 'Times Up Announcement' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Minutes: TEdit Left = 100 Top = 36 Width = 41 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 0 end object Seconds: TEdit Left = 240 Top = 36 Width = 41 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 1 end object OkButton: TButton Left = 72 Top = 208 Width = 73 Height = 33 Caption = '&Ok' Default = True TabOrder = 2 OnClick = OkButtonClick end object CancelButton: TButton Left = 160 Top = 208 Width = 73 Height = 33 Caption = '&Cancel' TabOrder = 3 OnClick = CancelButtonClick end object TimeUpSound: TRadioButton Left = 36 Top = 116 Width = 229 Height = 21 Caption = 'Sound Only' TabOrder = 4 OnClick = TimeUpSoundClick end object TimeUpDialog: TRadioButton Left = 36 Top = 144 Width = 229 Height = 21 Caption = 'Dialog Box Only' TabOrder = 5 OnClick = TimeUpDialogClick end object TimeUpSoundAndDialog: TRadioButton Left = 36 Top = 172 Width = 229 Height = 21 Caption = 'Sound and Dialog Box' TabOrder = 6 OnClick = TimeUpSoundAndDialogClick end end